home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / dbxtarg.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  1.4 KB  |  46 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'DbXTarg.pas' rev: 3.00
  6.  
  7. #ifndef DbXTargHPP
  8. #define DbXTargHPP
  9. #include <LibIntf.hpp>
  10. #include <Controls.hpp>
  11. #include <SysInit.hpp>
  12. #include <System.hpp>
  13.  
  14. //-- user supplied -----------------------------------------------------------
  15.  
  16. namespace Dbxtarg
  17. {
  18. //-- type declarations -------------------------------------------------------
  19. class DELPHICLASS TDbXDataDragTarget;
  20. class PASCALIMPLEMENTATION TDbXDataDragTarget : public Libintf::TDragTarget 
  21. {
  22.     typedef Libintf::TDragTarget inherited;
  23.     
  24. public:
  25.     virtual bool __fastcall DragOver(System::TObject* Target, System::TObject* Source, int X, int Y, Controls::TDragState 
  26.         State);
  27.     virtual void __fastcall DragDrop(System::TObject* Target, System::TObject* Source, int X, int Y);
  28. public:
  29.         
  30.     /* TDragTarget.Create */ __fastcall virtual TDbXDataDragTarget(Dsgnintf::TFormDesigner* ADesigner) : 
  31.         Libintf::TDragTarget(ADesigner) { }
  32.     
  33. public:
  34.     /* TObject.Destroy */ __fastcall virtual ~TDbXDataDragTarget(void) { }
  35.     
  36. };
  37.  
  38. //-- var, const, procedure ---------------------------------------------------
  39.  
  40. }    /* namespace Dbxtarg */
  41. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  42. using namespace Dbxtarg;
  43. #endif
  44. //-- end unit ----------------------------------------------------------------
  45. #endif    // DbXTarg
  46.